Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / ItemBackgroundColor Property

In This Topic
    ItemBackgroundColor Property
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color that is used to paint the background of items.
    Syntax
    'Declaration
     
    
    Public Property ItemBackgroundColor As C1Color
    public C1Color ItemBackgroundColor {get; set;}
    See Also